[INFO] fetching crate windows-erg 0.2.0...
[INFO] fixing windows-erg-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate windows-erg 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate windows-erg 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate windows-erg 0.2.0
[INFO] tweaked toml for crates.io crate windows-erg 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-erg 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate windows-erg 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quick-xml v0.39.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965
[INFO] running `Command { std: "docker" "start" "62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking quick-xml v0.39.1
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]     Checking windows-core v0.58.0
[INFO] [stderr]     Checking windows v0.58.0
[INFO] [stderr]     Checking windows-erg v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::service`
[INFO] [stdout]  --> examples/service_enumerate.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows_erg::service::{self, ServiceState};
[INFO] [stdout]   |                  ^^^^^^^ could not find `service` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::system`
[INFO] [stdout]  --> examples/system_power_control.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_erg::system::{
[INFO] [stdout]   |                  ^^^^^^ could not find `system` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/service_enumerate.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 7 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 7 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::pipes`
[INFO] [stdout]  --> examples/pipes_list.rs:3:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_erg::pipes::{self, NamedPipeChange, NamedPipePoller};
[INFO] [stdout]   |                  ^^^^^ could not find `pipes` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> examples/etw_user_mode_provider.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | use windows::core::GUID;
[INFO] [stdout]   |              ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::error`
[INFO] [stdout]   --> examples/etw_user_mode_provider.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | use windows_erg::error::{Error, EtwError};
[INFO] [stdout]    |                  ^^^^^ could not find `error` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::etw`
[INFO] [stdout]   --> examples/etw_user_mode_provider.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 | use windows_erg::etw::EventTrace;
[INFO] [stdout]    |                  ^^^ could not find `etw` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::registry`
[INFO] [stdout]  --> examples/registry_enumerate.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_erg::registry::{Hive, RegistryKey};
[INFO] [stdout]   |                  ^^^^^^^^ could not find `registry` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::system`
[INFO] [stdout]  --> examples/system_snapshot.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_erg::system;
[INFO] [stdout]   |     ^^^^^^^^^^^^^------
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `system` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/system_power_control.rs:79:27
[INFO] [stdout]    |
[INFO] [stdout] 79 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]    |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 79 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 79 + fn main() -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::registry`
[INFO] [stdout]  --> examples/registry_operations.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows_erg::registry::{self, Hive, RegistryKey};
[INFO] [stdout]   |                  ^^^^^^^^ could not find `registry` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::mitigation`
[INFO] [stdout]  --> examples/process_mitigation.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_erg::mitigation::{MitigationPlan, ProcessMitigation, query_current};
[INFO] [stdout]   |                  ^^^^^^^^^^ could not find `mitigation` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::etw`
[INFO] [stdout]   --> examples/etw_process_monitor.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | use windows_erg::etw::{EventTrace, SystemProvider};
[INFO] [stdout]    |                  ^^^ could not find `etw` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "system_snapshot") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::process`
[INFO] [stdout]  --> examples/process_metrics.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_erg::process::Process;
[INFO] [stdout]   |                  ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::service`
[INFO] [stdout]  --> examples/service_basics.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_erg::service::{self, ServiceState};
[INFO] [stdout]   |                  ^^^^^^^ could not find `service` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/registry_enumerate.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 9 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "system_power_control") due to 2 previous errors
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::proxy`
[INFO] [stdout]  --> examples/proxy_system.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use windows_erg::proxy;
[INFO] [stdout]   |     ^^^^^^^^^^^^^-----
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `proxy` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::process`
[INFO] [stdout]  --> examples/process_spawn_parented.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | use windows_erg::process::{Process, ProcessSpawner};
[INFO] [stdout]   |                  ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Error` in crate `windows_erg`
[INFO] [stdout]  --> examples/proxy_system.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn main() -> Result<(), windows_erg::Error> {
[INFO] [stdout]   |                                      ^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error::Error;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::fmt::Error;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::io::Error;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use core::error::Error;
[INFO] [stdout]   |
[INFO] [stdout]   = and 2 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - fn main() -> Result<(), windows_erg::Error> {
[INFO] [stdout] 3 + fn main() -> Result<(), Error> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/registry_operations.rs:10:27
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]    |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 10 + fn main() -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/etw_user_mode_provider.rs:17:27
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]    |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use std::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 17 + fn main() -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/process_mitigation.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 3 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/service_basics.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 6 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 6 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 6 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 6 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 9 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/pipes_list.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 5 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::file`
[INFO] [stdout]  --> examples/raw_file_copy.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use windows_erg::file;
[INFO] [stdout]   |     ^^^^^^^^^^^^^----
[INFO] [stdout]   |                  |
[INFO] [stdout]   |                  no `file` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/raw_file_copy.rs:5:27
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 5 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `is_elevated` in crate `windows_erg`
[INFO] [stdout]  --> examples/raw_file_copy.rs:6:22
[INFO] [stdout]   |
[INFO] [stdout] 6 |     if !windows_erg::is_elevated()? {
[INFO] [stdout]   |                      ^^^^^^^^^^^ not found in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `process` in `windows_erg`
[INFO] [stdout]   --> examples/process_metrics.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let host = windows_erg::process::host_metrics()?;
[INFO] [stdout]    |                             ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `types` in `windows_erg`
[INFO] [stdout]  --> examples/process_spawn_parented.rs:9:60
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn find_explorer_pid() -> windows_erg::Result<windows_erg::types::ProcessId> {
[INFO] [stdout]   |                                                            ^^^^^ could not find `types` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `etw` in `windows_erg`
[INFO] [stdout]   --> examples/etw_process_monitor.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn print_process_event(event: &windows_erg::etw::TraceEvent) {
[INFO] [stdout]    |                                             ^^^ could not find `etw` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "service_enumerate") due to 2 previous errors
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::process`
[INFO] [stdout]  --> examples/process_basics.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_erg::process::Process;
[INFO] [stdout]   |                  ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "service_basics") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/etw_process_monitor.rs:26:27
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]    |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 24 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout] 24 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout] 24 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout] 24 + use std::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 26 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 26 + fn main() -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "process_mitigation") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `error` in `windows_erg`
[INFO] [stdout]   --> examples/process_spawn_parented.rs:16:48
[INFO] [stdout]    |
[INFO] [stdout] 16 |         windows_erg::Error::Other(windows_erg::error::OtherError::new(
[INFO] [stdout]    |                                                ^^^^^ could not find `error` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "etw_user_mode_provider") due to 4 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/process_spawn_parented.rs:9:40
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn find_explorer_pid() -> windows_erg::Result<windows_erg::types::ProcessId> {
[INFO] [stdout]   |                                        ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 7 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - fn find_explorer_pid() -> windows_erg::Result<windows_erg::types::ProcessId> {
[INFO] [stdout] 9 + fn find_explorer_pid() -> Result<windows_erg::types::ProcessId> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "proxy_system") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `Error` in `windows_erg`
[INFO] [stdout]   --> examples/process_spawn_parented.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |         windows_erg::Error::Other(windows_erg::error::OtherError::new(
[INFO] [stdout]    |                      ^^^^^ could not find `Error` in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 2 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         windows_erg::Error::Other(windows_erg::error::OtherError::new(
[INFO] [stdout] 16 +         Error::Other(windows_erg::error::OtherError::new(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "registry_enumerate") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/process_spawn_parented.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]    |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 22 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 22 + fn main() -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "registry_operations") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `process` in `windows_erg`
[INFO] [stdout]   --> examples/process_metrics.rs:26:33
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let host_cpu = windows_erg::process::host_cpu_usage(Duration::from_millis(300))?;
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "pipes_list") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/process_metrics.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 9 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "raw_file_copy") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find `process` in `windows_erg`
[INFO] [stdout]   --> examples/process_basics.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let host = windows_erg::process::host_metrics()?;
[INFO] [stdout]    |                             ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows_erg::process`
[INFO] [stdout]  --> examples/process_wait_any.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use windows_erg::process::Process;
[INFO] [stdout]   |                  ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `windows_erg::ProcessId`, `windows_erg::Wait`
[INFO] [stdout]  --> examples/process_wait_any.rs:6:19
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows_erg::{ProcessId, Wait};
[INFO] [stdout]   |                   ^^^^^^^^^  ^^^^ no `Wait` in the root
[INFO] [stdout]   |                   |
[INFO] [stdout]   |                   no `ProcessId` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `process` in `windows_erg`
[INFO] [stdout]   --> examples/process_basics.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let host_cpu = windows_erg::process::host_cpu_usage(Duration::from_millis(250))?;
[INFO] [stdout]    |                                 ^^^^^^^ could not find `process` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]  --> examples/process_basics.rs:8:27
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]   |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::fmt::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::io::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::result::Result;
[INFO] [stdout]   |
[INFO] [stdout] 5 + use std::thread::Result;
[INFO] [stdout]   |
[INFO] [stdout]   = and 3 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 8 + fn main() -> Result<()> {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "process_spawn_parented") due to 6 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "etw_process_monitor") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find `error` in `windows_erg`
[INFO] [stdout]   --> examples/process_wait_any.rs:26:52
[INFO] [stdout]    |
[INFO] [stdout] 26 |             windows_erg::Error::Other(windows_erg::error::OtherError::new(format!(
[INFO] [stdout]    |                                                    ^^^^^ could not find `error` in `windows_erg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "process_metrics") due to 4 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "process_basics") due to 4 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/process_wait_any.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 | ) -> windows_erg::Result<()> {
[INFO] [stdout]    |                   ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 - ) -> windows_erg::Result<()> {
[INFO] [stdout] 13 + ) -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Error` in `windows_erg`
[INFO] [stdout]   --> examples/process_wait_any.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |             windows_erg::Error::Other(windows_erg::error::OtherError::new(format!(
[INFO] [stdout]    |                          ^^^^^ could not find `Error` in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 2 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 26 -             windows_erg::Error::Other(windows_erg::error::OtherError::new(format!(
[INFO] [stdout] 26 +             Error::Other(windows_erg::error::OtherError::new(format!(
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Result` in crate `windows_erg`
[INFO] [stdout]   --> examples/process_wait_any.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 | fn main() -> windows_erg::Result<()> {
[INFO] [stdout]    |                           ^^^^^^ not found in `windows_erg`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::thread::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::fmt::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::io::Result;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::result::Result;
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: if you import `Result`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 68 - fn main() -> windows_erg::Result<()> {
[INFO] [stdout] 68 + fn main() -> Result<()> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-erg` (example "process_wait_any") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965", kill_on_drop: false }`
[INFO] [stdout] 62420164c0611d060c258e804c2458b9ff69a19e7a86c5351c2cbc247677e965
